home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAMPopupMenu.h
-
- Interface for CAMPopupMenu.c
-
- Copyright © 1991 Bowers Development Corporation. All rights reserved.
-
- ******************************************************************************/
-
- #pragma once
-
- #include <CPopupMenu.h>
-
- /*--------*/
- class CAMPopupMenu : public CPopupMenu {
- public:
- void IAMPopupMenu (short aMenuID,
- CBureaucrat *aSupervisor,
- Boolean fAutoSelect,
- Boolean fMultiSelect,
- short aFontNum,
- short aFontSize);
- long PopupSelect (Point where,
- long aCmd); // is override
-
- protected:
- short theFontNum;
- short theTextSize;
-
- }; /* CAMPopupMenu */
-